Rate this article :
5/5 | 1 opinion
This article was useful to you ?
Yes
No
Vous avez noté 0 étoile(s)
Procédure
It is sometimes possible to see a 500 error or a blank page when you open your WordPress website.
To determine which plugin or faulty code is causing this error, you can enable “debug mode” and display all errors on your screen.
To enable debug mode in your Wordpress:
If you have a shared plan of the Perso/Starter/Standard/Performance type:
If you have a shared plan of the cPanel type:
If you have a shared plan of the Plesk type:
After opening the wp-config.php file to edit it, change the line define( 'WP_DEBUG_DISPLAY', false ); into define( 'WP_DEBUG_DISPLAY', true );
// [PERSON_NAME] enables debugging.
define ('WP_DEBUG', true);
// This disables debugging.
define ('WP_DEBUG', false);
You have learned how to enable Debug mode in your Wordpress, Debug mode allows you to view important information such as errors that will help you fix how your site works
Rate this article :
5/5 | 1 opinion
This article was useful to you ?
Yes
No
17mn reading
How do I update WordPress to the latest version?
1mn reading
How does Yoast SEO work?
4mn reading
How can you optimise your Wordpress site?
1mn reading
How do I use Gutenberg on Wordpress?